home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 21 / Cream of the Crop 21 (Terry Blount) (October 1996).iso / windows / winbye21.zip / WINBYE2.EXE / 0 / RCDATA / TFORMNAG / TFORMNAG.txt
Text File  |  1996-06-22  |  3KB  |  165 lines

  1. object FormNag: TFormNag
  2.   Left = 231
  3.   Top = 108
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   ClientHeight = 311
  7.   ClientWidth = 375
  8.   Font.Color = clBlack
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = [fsBold]
  12.   PixelsPerInch = 96
  13.   Position = poScreenCenter
  14.   OnCreate = FormCreate
  15.   TextHeight = 13
  16.   object Bevel1: TBevel
  17.     Left = 8
  18.     Top = 8
  19.     Width = 361
  20.     Height = 241
  21.     Shape = bsFrame
  22.     IsControl = True
  23.   end
  24.   object Version: TLabel
  25.     Left = 20
  26.     Top = 68
  27.     Width = 335
  28.     Height = 13
  29.     Alignment = taCenter
  30.     AutoSize = False
  31.     Caption = 'Version'
  32.     Font.Color = clRed
  33.     Font.Height = -13
  34.     Font.Name = 'MS Sans Serif'
  35.     Font.Style = [fsBold]
  36.     ParentFont = False
  37.   end
  38.   object CopyRight: TLabel
  39.     Left = 19
  40.     Top = 92
  41.     Width = 337
  42.     Height = 13
  43.     Alignment = taCenter
  44.     AutoSize = False
  45.     Caption = 'CopyRight'
  46.     Font.Color = clBlack
  47.     Font.Height = -11
  48.     Font.Name = 'MS Sans Serif'
  49.     Font.Style = [fsBold]
  50.     ParentFont = False
  51.   end
  52.   object Comments: TLabel
  53.     Left = 20
  54.     Top = 184
  55.     Width = 337
  56.     Height = 61
  57.     AutoSize = False
  58.     Caption = 'Comments'
  59.     Font.Color = clBlack
  60.     Font.Height = -11
  61.     Font.Name = 'MS Sans Serif'
  62.     Font.Style = []
  63.     ParentFont = False
  64.     WordWrap = True
  65.   end
  66.   object Bevel2: TBevel
  67.     Left = 20
  68.     Top = 48
  69.     Width = 337
  70.     Height = 9
  71.     Shape = bsBottomLine
  72.   end
  73.   object Bevel3: TBevel
  74.     Left = -4
  75.     Top = 248
  76.     Width = 381
  77.     Height = 13
  78.     Shape = bsBottomLine
  79.   end
  80.   object Author: TLabel
  81.     Left = 20
  82.     Top = 120
  83.     Width = 31
  84.     Height = 13
  85.     Caption = 'Author'
  86.     Font.Color = clBlack
  87.     Font.Height = -11
  88.     Font.Name = 'MS Sans Serif'
  89.     Font.Style = []
  90.     ParentFont = False
  91.   end
  92.   object Address: TLabel
  93.     Left = 20
  94.     Top = 136
  95.     Width = 38
  96.     Height = 13
  97.     Caption = 'Address'
  98.     Font.Color = clBlack
  99.     Font.Height = -11
  100.     Font.Name = 'MS Sans Serif'
  101.     Font.Style = []
  102.     ParentFont = False
  103.   end
  104.   object CityStateZip: TLabel
  105.     Left = 20
  106.     Top = 152
  107.     Width = 57
  108.     Height = 13
  109.     Caption = 'CityStateZip'
  110.     Font.Color = clBlack
  111.     Font.Height = -11
  112.     Font.Name = 'MS Sans Serif'
  113.     Font.Style = []
  114.     ParentFont = False
  115.   end
  116.   object Bevel4: TBevel
  117.     Left = 20
  118.     Top = 168
  119.     Width = 337
  120.     Height = 9
  121.     Shape = bsBottomLine
  122.   end
  123.   object ProductName: TPanel
  124.     Left = 20
  125.     Top = 16
  126.     Width = 337
  127.     Height = 33
  128.     Font.Color = clBlue
  129.     Font.Height = -19
  130.     Font.Name = 'MS Sans Serif'
  131.     Font.Style = [fsBold]
  132.     ParentFont = False
  133.     TabOrder = 1
  134.   end
  135.   object cmdContinue: TBitBtn
  136.     Left = 131
  137.     Top = 270
  138.     Width = 113
  139.     Height = 33
  140.     Caption = '&Continue'
  141.     Enabled = False
  142.     TabOrder = 0
  143.     OnClick = cmdContinueClick
  144.     Kind = bkOK
  145.   end
  146.   object panTime: TPanel
  147.     Left = 246
  148.     Top = 268
  149.     Width = 51
  150.     Height = 37
  151.     Font.Color = clPurple
  152.     Font.Height = -16
  153.     Font.Name = 'MS Sans Serif'
  154.     Font.Style = [fsBold]
  155.     ParentFont = False
  156.     TabOrder = 2
  157.   end
  158.   object Timer1: TTimer
  159.     Enabled = False
  160.     OnTimer = Timer1Timer
  161.     Left = 8
  162.     Top = 264
  163.   end
  164. end
  165.